put the value of (( correct / guess ) * 100) into card field score
put the value of card field score into tally
put the value of card field score into grade
go to card ID 114326
put the value of grade into card field scoretwo
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=267 top=117 right=139 bottom=367
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: RETEST
----- HyperTalk script -----
on mouseUp
delete line 1 of card field score
global tally
put 0 into tally
global guess
put 0 into guess
global correct
put 0 into correct
go to card id 53000
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=205 top=315 right=337 bottom=256
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: NEXT
----- HyperTalk script -----
on mouseUp
go to next card
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=149 top=314 right=337 bottom=199
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: PREV.
----- HyperTalk script -----
on mouseUp
go back
end mouseUp
-- part contents for background part 1
----- text -----
QUIZ
-- part contents for background part 2
----- text -----
Click on the SCORE button to determine how well you have done to this point in the quiz. The score is computed on the number of correct answers divided by the number of incorrect selections you made during the time you took this quiz.